setCounter

open fun setCounter(@NonNull counterName: String, counterValue: Int)(source)

Writes trace message to indicate the value of a given counter.

Parameters

counterName

The counter name to appear in the trace.

counterValue

The counter value.